Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 17, 2025

This PR contains the following updates:

Package Change Age Confidence Type Update
prettier (source) 3.6.2 -> 3.7.4 age confidence devDependencies minor
renovatebot/github-action v44.0.2 -> v44.0.5 age confidence action patch
ts-jest (source) 29.4.5 -> 29.4.6 age confidence devDependencies patch
typescript-eslint (source) 8.46.4 -> 8.49.0 age confidence devDependencies minor

Release Notes

prettier/prettier (prettier)

v3.7.4

Compare Source

diff

LWC: Avoid quote around interpolations (#​18383 by @​kovsu)
<!-- Input -->
<div foo={bar}>   </div>

<!-- Prettier 3.7.3 (--embedded-language-formatting off) -->
<div foo="{bar}"></div>

<!-- Prettier 3.7.4 (--embedded-language-formatting off) -->
<div foo={bar}></div>
TypeScript: Fix comment inside union type gets duplicated (#​18393 by @​fisker)
// Input
type Foo = (/** comment */ a | b) | c;

// Prettier 3.7.3
type Foo = /** comment */ (/** comment */ a | b) | c;

// Prettier 3.7.4
type Foo = /** comment */ (a | b) | c;
TypeScript: Fix unstable comment print in union type comments (#​18395 by @​fisker)
// Input
type X = (A | B) & (
  // comment
  A | B
);

// Prettier 3.7.3 (first format)
type X = (A | B) &
  (// comment
  A | B);

// Prettier 3.7.3 (second format)
type X = (
  | A
  | B // comment
) &
  (A | B);

// Prettier 3.7.4
type X = (A | B) &
  // comment
  (A | B);

v3.7.3

Compare Source

diff

API: Fix prettier.getFileInfo() change that breaks VSCode extension (#​18375 by @​fisker)

An internal refactor accidentally broke the VSCode extension plugin loading.

v3.7.2

Compare Source

diff

JavaScript: Fix string print when switching quotes (#​18351 by @​fisker)
// Input
console.log("A descriptor\\'s .kind must be \"method\" or \"field\".")

// Prettier 3.7.1
console.log('A descriptor\\'s .kind must be "method" or "field".');

// Prettier 3.7.2
console.log('A descriptor\\\'s .kind must be "method" or "field".');
JavaScript: Preserve quote for embedded HTML attribute values (#​18352 by @​kovsu)
// Input
const html = /* HTML */ ` <div class="${styles.banner}"></div> `;

// Prettier 3.7.1
const html = /* HTML */ ` <div class=${styles.banner}></div> `;

// Prettier 3.7.2
const html = /* HTML */ ` <div class="${styles.banner}"></div> `;
TypeScript: Fix comment in empty type literal (#​18364 by @​fisker)
// Input
export type XXX = {
  // tbd
};

// Prettier 3.7.1
export type XXX = { // tbd };

// Prettier 3.7.2
export type XXX = {
  // tbd
};

v3.7.1

Compare Source

diff

API: Fix performance regression in doc printer (#​18342 by @​fisker)

Prettier 3.7.1 can be very slow when formatting big files, the regression has been fixed.

v3.7.0

Compare Source

diff

🔗 Release Notes

renovatebot/github-action (renovatebot/github-action)

v44.0.5

Compare Source

Documentation
  • update references to ghcr.io/renovatebot/renovate to v42.27.1 (1a6e892)
  • update references to renovatebot/github-action to v44.0.4 (7dbfb72)
Miscellaneous Chores
Build System
  • deps: lock file maintenance (2195956)
Continuous Integration
  • deps: update renovate docker tag to v42.19.5 (e08a619)
  • deps: update renovate docker tag to v42.19.6 (90f3ba2)
  • deps: update renovate docker tag to v42.19.7 (c9783cc)
  • deps: update renovate docker tag to v42.19.8 (cd5302b)
  • deps: update renovate docker tag to v42.20.0 (9ef994d)
  • deps: update renovate docker tag to v42.20.1 (72b1786)
  • deps: update renovate docker tag to v42.21.0 (17199a9)
  • deps: update renovate docker tag to v42.21.1 (ebc94ab)
  • deps: update renovate docker tag to v42.21.3 (ba515da)
  • deps: update renovate docker tag to v42.22.0 (79ec017)
  • deps: update renovate docker tag to v42.22.1 (b933b81)
  • deps: update renovate docker tag to v42.23.0 (dd2ea91)
  • deps: update renovate docker tag to v42.24.0 (f7665b0)
  • deps: update renovate docker tag to v42.24.1 (6a6d906)
  • deps: update renovate docker tag to v42.25.2 (fbc76b1)
  • deps: update renovate docker tag to v42.25.3 (f318c66)
  • deps: update renovate docker tag to v42.26.0 (501b8b8)
  • deps: update renovate docker tag to v42.26.10 (9b051ee)
  • deps: update renovate docker tag to v42.26.11 (6b7c735)
  • deps: update renovate docker tag to v42.26.2 (660d970)
  • deps: update renovate docker tag to v42.26.3 (ff51f3b)
  • deps: update renovate docker tag to v42.26.5 (a161523)
  • deps: update renovate docker tag to v42.26.8 (6654dca)
  • deps: update renovate docker tag to v42.26.9 (a417a00)
  • deps: update renovate docker tag to v42.27.0 (78247c4)
  • deps: update renovate docker tag to v42.27.1 (931e429)

v44.0.4

Compare Source

Documentation
  • update references to actions/checkout to v5 (304fd04)
  • update references to ghcr.io/renovatebot/renovate to v42.19.3 (433f522)
  • update references to renovatebot/github-action to v44.0.3 (dc2e960)
Miscellaneous Chores
Build System
  • deps: lock file maintenance (8a373e9)
Continuous Integration
  • deps: update actions/checkout action to v4.3.1 (3180f03)
  • deps: update renovate docker tag to v42.12.1 (cddf456)
  • deps: update renovate docker tag to v42.13.0 (ba10ad3)
  • deps: update renovate docker tag to v42.13.3 (8dc1742)
  • deps: update renovate docker tag to v42.13.4 (fca6d36)
  • deps: update renovate docker tag to v42.13.5 (c302ccc)
  • deps: update renovate docker tag to v42.14.1 (a32bad8)
  • deps: update renovate docker tag to v42.14.2 (7cd0b77)
  • deps: update renovate docker tag to v42.14.3 (a1252fe)
  • deps: update renovate docker tag to v42.14.4 (89d46e0)
  • deps: update renovate docker tag to v42.15.0 (99d3e68)
  • deps: update renovate docker tag to v42.16.0 (f3fed10)
  • deps: update renovate docker tag to v42.16.1 (b499602)
  • deps: update renovate docker tag to v42.17.0 (0745ba0)
  • deps: update renovate docker tag to v42.17.1 (58fd621)
  • deps: update renovate docker tag to v42.18.0 (6752f0f)
  • deps: update renovate docker tag to v42.19.0 (8744329)
  • deps: update renovate docker tag to v42.19.2 (8962db8)
  • deps: update renovate docker tag to v42.19.3 (760eaea)

v44.0.3

Compare Source

Documentation
  • update references to ghcr.io/renovatebot/renovate to v42.11.0 (1fee7b4)
  • update references to renovatebot/github-action to v44.0.2 (04d158c)
Miscellaneous Chores
  • deps: update dependency esbuild to v0.26.0 (9165c1c)
  • deps: update dependency esbuild to v0.27.0 (a4ef38d)
  • deps: update dependency typescript-eslint to v8.46.3 (a6d386d)
  • deps: update linters to v9.39.1 (6977a66)
  • deps: update pnpm to v10.21.0 (7abe8bb)
Build System
  • deps: lock file maintenance (5f1880c)
Continuous Integration
  • deps: update renovate docker tag to v42 (#​960) (871c190)
  • deps: update renovate docker tag to v42.10.2 (00bfa3e)
  • deps: update renovate docker tag to v42.10.5 (550593c)
  • deps: update renovate docker tag to v42.11.0 (64b16b7)
  • deps: update renovate docker tag to v42.5.1 (ad9b3d5)
  • deps: update renovate docker tag to v42.5.2 (b01dddf)
  • deps: update renovate docker tag to v42.5.3 (160b607)
  • deps: update renovate docker tag to v42.5.4 (879d6fa)
  • deps: update renovate docker tag to v42.6.0 (3300545)
  • deps: update renovate docker tag to v42.6.1 (5b1ce50)
  • deps: update renovate docker tag to v42.6.2 (df2e683)
  • deps: update renovate docker tag to v42.6.3 (730d1a6)
  • deps: update renovate docker tag to v42.7.0 (b2df36e)
  • deps: update renovate docker tag to v42.9.2 (fc9d3f4)
kulshekhar/ts-jest (ts-jest)

v29.4.6

Compare Source

Bug Fixes
typescript-eslint/typescript-eslint (typescript-eslint)

v8.49.0

Compare Source

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.48.1

Compare Source

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.48.0

Compare Source

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.47.0

Compare Source

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 766d462 to 0226961 Compare November 18, 2025 02:31
@renovate renovate bot changed the title chore: update renovatebot/github-action action to v44.0.3 chore: update all non-major dependencies Nov 18, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from bcb6a1e to aea3063 Compare November 29, 2025 22:10
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from c60f664 to 23f59ba Compare December 3, 2025 05:46
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 23f59ba to f1d5436 Compare December 8, 2025 20:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant